home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / COMMS / UUCODER1.ARC / !UUcoder / !Help < prev    next >
Text File  |  1997-05-21  |  9KB  |  205 lines

  1. UUcoder 1.24
  2. ============
  3.  
  4.  
  5. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  6. + © John Allen 1994 - 1997.  This application is Freeware and is    +
  7. + supplied on the understanding that:                               + 
  8. +                                                                   + 
  9. + 1. The source code is not altered in any way                      +
  10. + 2. Any copies made contain all of the files in the directory      +
  11. + 3. It is not sold for a profit                                    +
  12. + 4. It is not included on any disc costing more than £2 or any     +
  13. +    CD Rom costing more than £20 without my prior permission       +
  14. +                                                                   +
  15. + Please contact me before adding it to a PD library so that I can  + 
  16. + supply an up to date version.                                     + 
  17. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  18.  
  19.  
  20. UUcoder codes and decodes uuencoded files such as might be sent and 
  21. received via Usenet newsgroups on the Internet.  It works totally on 
  22. the RISC OS desktop and is designed to work only under RISC OS 3.00 and 
  23. later versions.
  24.  
  25. As well as decoding single files it will also turn a series of messages 
  26. containing sections of a uu encoded file (such as might be found in 
  27. newsgroups with'binaries' in the title) into a single decoded file.  
  28.  
  29. Likewise it will split long coded files into short sections to send in 
  30. separate messages.
  31.  
  32. If a file does not contain uuencoded data UUcoder will check whether it 
  33. contains Mime base64 code, if so it will decode it. 
  34.  
  35. It will extract multiple uuencoded or base64 coded files from a single 
  36. message, such as might be created by Microsoft Mail attachments.
  37.  
  38. UUcoder saves and loads files to and from the Scrap directory so will 
  39. run much better on a machine with a hard disc.
  40.  
  41. The following files should be included in the UUcoder directory:
  42.  
  43. !Boot
  44. !Help
  45. !History
  46. !Run
  47. !RunImage
  48. !Sprites
  49. !Sprites22
  50. Resources directory containing: Mapping, Messages, Sprites, Sprites22, 
  51.                                 Templates
  52.  
  53. Use 
  54. ===
  55.  
  56. Double click on the UUcoder icon in the Filer window.  This installs 
  57. UUcoder on the iconbar and opens the main coding and decoding window.
  58.  
  59. Clicking on the UUcoder icon on the iconbar will re-open the main 
  60. coding and decoding window if it has been closed.  If the window is 
  61. already open it will bring it to the top of any other windows that are 
  62. open.
  63.  
  64. UUcoder is designed to be simple to use.  To decode: drop a file on the 
  65. decode icon and to code drop it on the code icon.  The resulting file 
  66. can then be dragged where ever it is required.  The instructions below 
  67. are more detailed an explain the more advanced features:
  68.  
  69.  
  70. To decode a file or series of files:
  71.  
  72. 1. Use the Choices window (opens from the menu) to set whether any 
  73. PC-style file extension should be preserved on decoding.  This is 
  74. useful if the decoded file will eventually be used on a PC or the Risc 
  75. PC 486 card.  Options set can be saved to use as default on future 
  76. sessions with UUcoder by clicking select on the 'Save' con or used just 
  77. this time by clicking 'Use'.  
  78.  
  79. 2. Drag a file containing uuencoded data to the decode icon at the 
  80. bottom right of the main window.  There's no need to edit the header 
  81. off the file, just use the whole file.  UUcoder will detect whether it 
  82. is a complete uuencoded file or give a prompt for the next file in a 
  83. series.  Continue dragging the series of coded files to the decode icon 
  84. until UUcoder detects the end of the uuencoded data.  The files must be 
  85. dragged in order.
  86.  
  87. 3. UUcoder decodes the complete uuencoded file.
  88.  
  89. 3. Edit the supplied name as appropriate, then drag the file icon to a 
  90. Filer directory display or to another application.  Alternatively enter 
  91. the full pathname of the file and click select on the 'OK' icon.  
  92. Additionally you can double-click select over the file icon to load it 
  93. into an appropriate application (if known to RISC OS at the time of 
  94. clicking). 
  95.  
  96. 4. If there are further files in the message they will be presented for 
  97. saving in turn.
  98.  
  99.  
  100. To encode a file:
  101.  
  102. 1. Use the Choices window (opens from the menu) to set up the way that 
  103. UUcoder should code the file.  Select the split file option if you 
  104. think that the resulting file will be longer than the maximum length of 
  105. an e-mail message (it can be as low as 60k on some parts of the 
  106. Internet).  With this option you should set the maximum file length 
  107. that your system allows.  These options can be saved to use as defaults 
  108. on future sessions with UUcoder by clicking select over the 'Save' icon 
  109. or used just this time by clicking 'Use'.  This dialogue box also 
  110. allows you to set default file names for the resulting encoded file.  
  111. These can be full filepaths if you wish.
  112.  
  113. 2. Drag the file you wish to encode to the code icon at the top right 
  114. of the main window.  If the file is being sent to someone with a PC 
  115. rather than an Arc it should be named with the appropriate file PC file 
  116. extension, using a "/" instead of a ".".  This ensures that the PC user 
  117. gets a correctly typed file when it is decoded.  For example a gif file 
  118. "mum" should be called "mum/gif" before dragging it to UUcoder.  It 
  119. will be uuencoded with the PC file name of "mum.gif".  If there is not 
  120. a PC style file extension UUcoder will save the RISC OS filetype with 
  121. the file so that its RISC OS filetype will be restored if it is decoded 
  122. by UUcoder.
  123.  
  124. 3. UUcoder will encode the file.
  125.  
  126. 4. Edit the file name supplied by UUcoder to the name you wish to save 
  127. the file under, and drag the file icon to a Filer directory display or 
  128. to another application.  Alternatively enter the full pathname and 
  129. click select on the 'OK' icon.  If you have the split option set, and 
  130. the file is longer than the maximum length, UUcoder will split the file 
  131. and keep presenting new part-files for you to save until the whole file 
  132. has been saved.
  133.  
  134.  
  135. Features 
  136. ========
  137.  
  138. * UUcoder will accept coded files direct from other applications so, 
  139. for example, you can use the 'Save File' option of TTFN to decode files 
  140. by dragging them to the UUcoder decode icon rather than saving them on 
  141. disc first.
  142.  
  143. * UUcoder will save coded files to other applications so, for example, 
  144. you can insert an encoded file (or section of file) into a message 
  145. being composed by TTFN.
  146.  
  147. * UUcoder will also transfer decoded files directly to and from other 
  148. applications which accept direct transfer.  Note that there is a bug in 
  149. Translatr which means it will not accept .jpg files unless you edit one 
  150. line in Translatr's !Run file.  The line that reads: 
  151.  
  152.           Set Translator$Scrap <Wimp$Scrap>
  153.  
  154. should be changed to point to a different file such as: 
  155.  
  156.           Set Translator$Scrap <Wimp$Scrap>2
  157.  
  158. * Double clicking a decoded file will attempt to load it into an 
  159. application that accepts that filetype.  Note that some applications 
  160. (e.g. Spark) do not take possession of files loaded this way so it is 
  161. vital that the file is processed and saved elsewhere before UUcoder is 
  162. closed down - as all UUcoder working files in the Scrap directory are 
  163. deleted on closedown.
  164.  
  165. * Closing the main window part way through any operation will destroy 
  166. the unsaved data (as per Acorn's guidelines).  To keep the data while 
  167. closing the UUcoder main window, hold the shift key down when closing 
  168. it.  This will iconise the window on the pinboard allowing it to be 
  169. reopened by double clicking select on the window icon.
  170.  
  171. * UUcoder uses solid sprite dragging if you have it enabled on your 
  172. machine.
  173.  
  174. * UUcoder will put the RISC OS filetype at the end of any file it codes 
  175. (except files which already have PC file extensions).  When decoding 
  176. files UUcoder will check whether there is a RISC OS filetype given 
  177. after the file and will use it to filetype the decoded file.
  178.  
  179. * UUcoder will translate PC-type file extensions to RISC OS filetypes 
  180. according to the host machines DOSMap settings and (if no DosMap 
  181. setting exists) with supplied translations in the file 
  182. Resources.Mapping.  This means that output files can be double clicked 
  183. to load them into image translators such as ChangeFSI, Translatr or 
  184. FYEO2 (.jpg, .gif and tif), an MPEG viewer (.mpg) or a de-archiver such 
  185. as Spark (.arc .tar and .zip).
  186.  
  187. * Interactive Help is supported for the main window, dialogue boxes and 
  188. menus.
  189.  
  190. * Combines and decodes files which have been downloaded on a PC where 
  191. lines end <CR><LF> rather than <LF> in RISC OS.
  192.  
  193. * If UUcoder is given a file to decode which does not contain uucode it 
  194. will check whether the contents are Mime base64 code and, if so, decode 
  195. it. 
  196.  
  197.  
  198.  
  199. Any comments, queries, donations or bug reports to:
  200.  
  201. John Allen - e-mail: john@bramber.demon.co.uk 
  202.  
  203. Updates to the software and latest development information can be found 
  204. at:  http://www.bramber.demon.co.uk/john/soft.html
  205.